home *** CD-ROM | disk | FTP | other *** search
/ .net (French) 1996 December / .net Magazine (FR) - Issue 02 - Dec 1996.iso / Utilpers / SUPERQUE / DATA.2 / FILTERS / PSINIT / GS_SYM_E.PS < prev    next >
Text File  |  1995-11-15  |  3KB  |  72 lines

  1. %    Copyright (C) 1991, 1994 Aladdin Enterprises.  All rights reserved.
  2. %    Licensed to Zenographics Inc. (Irvine, California) by Artifex Software Inc.
  3. %    under the OEM Agreement of December 21st, 1993.
  4.  
  5. % Define the Symbol encoding vector.
  6. /currentglobal where
  7.  { pop currentglobal { setglobal } true setglobal }
  8.  { { } }
  9. ifelse
  10. /SymbolEncoding
  11. % \000
  12.     StandardEncoding 0 32 getinterval aload pop        % /.notdef
  13. % \040
  14.     /space /exclam /universal /numbersign
  15.     /existential /percent /ampersand /suchthat
  16.     /parenleft /parenright /asteriskmath /plus
  17.     /comma /minus /period /slash
  18.     /zero /one /two /three
  19.     /four /five /six /seven
  20.     /eight /nine /colon /semicolon
  21.     /less /equal /greater /question
  22. % \100
  23.     /congruent /Alpha /Beta /Chi
  24.     /Delta /Epsilon /Phi /Gamma
  25.     /Eta /Iota /theta1 /Kappa
  26.     /Lambda /Mu /Nu /Omicron
  27.     /Pi /Theta /Rho /Sigma
  28.     /Tau /Upsilon /sigma1 /Omega
  29.     /Xi /Psi /Zeta /bracketleft
  30.     /therefore /bracketright /perpendicular /underscore
  31. % \140
  32.     /radicalex /alpha /beta /chi
  33.     /delta /epsilon /phi /gamma
  34.     /eta /iota /phi1 /kappa
  35.     /lambda /mu /nu /omicron
  36.     /pi /theta /rho /sigma
  37.     /tau /upsilon /omega1 /omega
  38.     /xi /psi /zeta /braceleft
  39.     /bar /braceright /similar /.notdef
  40. % \200
  41.     StandardEncoding 0 32 getinterval aload pop        % /.notdef
  42. % \240
  43.     /.notdef /Upsilon1 /minute /lessequal
  44.     /fraction /infinity /florin /club
  45.     /diamond /heart /spade /arrowboth
  46.     /arrowleft /arrowup /arrowright /arrowdown
  47.     /degree /plusminus /second /greaterequal
  48.     /multiply /proportional /partialdiff /bullet
  49.     /divide /notequal /equivalence /approxequal
  50.     /ellipsis /arrowvertex /arrowhorizex /carriagereturn
  51. % \300
  52.     /aleph /Ifraktur /Rfraktur /weierstrass
  53.     /circlemultiply /circleplus /emptyset /intersection
  54.     /union /propersuperset /reflexsuperset /notsubset
  55.     /propersubset /reflexsubset /element /notelement
  56.     /angle /gradient /registerserif /copyrightserif
  57.     /trademarkserif /product /radical /dotmath
  58.     /logicalnot /logicaland /logicalor /arrowdblboth
  59.     /arrowdblleft /arrowdblup /arrowdblright /arrowdbldown
  60. % \340
  61.     /lozenge /angleleft /registersans /copyrightsans
  62.     /trademarksans /summation /parenlefttp /parenleftex
  63.     /parenleftbt /bracketlefttp /bracketleftex /bracketleftbt
  64.     /bracelefttp /braceleftmid /braceleftbt /braceex
  65.     /.notdef /angleright /integral /integraltp
  66.     /integralex /integralbt /parenrighttp /parenrightex
  67.     /parenrightbt /bracketrighttp /bracketrightex /bracketrightbt
  68.     /bracerighttp /bracerightmid /bracerightbt /.notdef
  69. 256 packedarray .defineencoding
  70. 2 SymbolEncoding .registerencoding
  71. exec
  72.